home *** CD-ROM | disk | FTP | other *** search
- property ancestor
-
- on new me, tableName, castName, tableChannel, tableLoc, vSlider, upButton, downButton, descendant
- if objectp(descendant) then
- ancestor = new(script("subtable object"), tableName, castName, tableChannel, tableLoc, vSlider, upButton, downButton, descendant)
- else
- ancestor = new(script("subtable object"), tableName, castName, tableChannel, tableLoc, vSlider, upButton, downButton, me)
- end if
- return me
- end
-
- on trackMouse me
- startCell = cellToPoint(me._me, sprite(me.pTableChannel).mouseCell)
- trackMouse(me.pSuperTable, startCell)
- return me
- end
-